Html Css Color HEX #AF2CBB Dark Orchid

📋 copy color: '#AF2CBB'

red 175 ◦ green 44 ◦ blue 187

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

Shades of Dark Orchid #AF2CBB

Tints of Dark Orchid #AF2CBB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.84%

 BLUE value IS 187 (73.44% from 255) = 46.06%

R = 43.1%
G = 10.84%
B = 46.06%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF2CBB (or 0xAF2CBB) is known color: Dark Orchid. HEX triplet: AF, 2C and BB. RGB value is (175,44,187). Sum of RGB (Red+Green+Blue) = 175+44+187=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 44 (17.58% from 255 or 10.84% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF2CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2CBB is #50D344. Grayscale: #636363. Windows color (decimal): -5296965 or 12266671. OLE color: 12266671.

HSL color Cylindrical-coordinate representation of color #AF2CBB: hue angle of 294.97º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF2CBB is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 44 187 -
CMYK 0.06 0.76 0 0.27
HSL 294.97º 0.62% 0.45% -
HSV(B) 294.97º 0.76% 0.73% -
XYZ 27.55 14.5 48.36 -
YUV 99.47 177.4 181.87 -
System Red Green Blue C M Y K H S L
Decimal 175 44 187 0.06 0.76 0 0.27 294.97 0.62 0.45
Hex AF 2C BB 6 4C 0 1B 127 3E 2D
Octal 257 54 273 6 114 0 33 447 76 55
Binary 10101111 101100 10111011 110 1001100 0 11011 100100111 111110 101101

Color Harmonies of #AF2CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2CBB

Black with #AF2CBB

Text Example


Text Example

White with #AF2CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2CBB; }

 p { color: rgb(175,44,187); }

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

background-color css

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

 a { background-color: rgb(175,44,187); }

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

border-color css

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

 span { border-color: rgb(175,44,187); }

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