Html Css Color HEX #AF20BC Dark Orchid

📋 copy color: '#AF20BC'

red 175 ◦ green 32 ◦ blue 188

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

Shades of Dark Orchid #AF20BC

Tints of Dark Orchid #AF20BC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.1%

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

R = 44.3%
G = 8.1%
B = 47.59%

CMYK

 C value IS 0.07

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF20BC (or 0xAF20BC) is known color: Dark Orchid. HEX triplet: AF, 20 and BC. RGB value is (175,32,188). Sum of RGB (Red+Green+Blue) = 175+32+188=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF20BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF20BC is #50DF43. Grayscale: #5C5C5C. Windows color (decimal): -5300036 or 12329135. OLE color: 12329135.

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

Color convert

RGB 175 32 188 -
CMYK 0.07 0.83 0 0.26
HSL 295º 0.71% 0.43% -
HSV(B) 295º 0.83% 0.74% -
XYZ 27.27 13.78 48.8 -
YUV 92.54 181.88 186.82 -
System Red Green Blue C M Y K H S L
Decimal 175 32 188 0.07 0.83 0 0.26 295 0.71 0.43
Hex AF 20 BC 7 53 0 1A 127 47 2B
Octal 257 40 274 7 123 0 32 447 107 53
Binary 10101111 100000 10111100 111 1010011 0 11010 100100111 1000111 101011

Color Harmonies of #AF20BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF20BC

Black with #AF20BC

Text Example


Text Example

White with #AF20BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF20BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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