Html Css Color HEX #AF2BBC Dark Orchid

📋 copy color: '#AF2BBC'

red 175 ◦ green 43 ◦ blue 188

#AF2BBC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #AF2BBC

Tints of Dark Orchid #AF2BBC

RGB

 RED value IS 175 (68.75% from 255) = 43.1%

 GREEN value IS 43 (17.19% from 255) = 10.59%

 BLUE value IS 188 (73.83% from 255) = 46.31%

R = 43.1%
G = 10.59%
B = 46.31%

CMYK

 C value IS 0.07

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF2BBC (or 0xAF2BBC) is known color: Dark Orchid. HEX triplet: AF, 2B and BC. RGB value is (175,43,188). Sum of RGB (Red+Green+Blue) = 175+43+188=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 43 (17.19% from 255 or 10.59% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF2BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2BBC is #50D443. Grayscale: #626262. Windows color (decimal): -5297220 or 12331951. OLE color: 12331951.

HSL color Cylindrical-coordinate representation of color #AF2BBC: hue angle of 294.62º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF2BBC is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 43 188 -
CMYK 0.07 0.77 0 0.26
HSL 294.62º 0.63% 0.45% -
HSV(B) 294.62º 0.77% 0.74% -
XYZ 27.62 14.47 48.91 -
YUV 99 178.23 182.21 -
System Red Green Blue C M Y K H S L
Decimal 175 43 188 0.07 0.77 0 0.26 294.62 0.63 0.45
Hex AF 2B BC 7 4D 0 1A 127 3F 2D
Octal 257 53 274 7 115 0 32 447 77 55
Binary 10101111 101011 10111100 111 1001101 0 11010 100100111 111111 101101

Color Harmonies of #AF2BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2BBC

Black with #AF2BBC

Text Example


Text Example

White with #AF2BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2BBC; }

 p { color: rgb(175,43,188); }

 H1.HeaderClassName
 {
   color: #AF2BBC;
 }
 .AnyTagClassName
 {
   color: #AF2BBC;
 }
</style>

background-color css

<style>
 a { background-color: #AF2BBC; }

 a { background-color: rgb(175,43,188); }

 div.DivClassName
 {
   background-color: #AF2BBC;
 }
 .BgClassName
 {
   background-color: #AF2BBC;
 }
</style>

border-color css

<style>
 span { border-color: #AF2BBC; }

 span { border-color: rgb(175,43,188); }

 td.TdClassName
 {
   border-color: #AF2BBC;
 }
 .TagClassName
 {
   border-color: #AF2BBC;
 }
</style>