Html Css Color HEX #AF32BC Dark Orchid

📋 copy color: '#AF32BC'

red 175 ◦ green 50 ◦ blue 188

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

Shades of Dark Orchid #AF32BC

Tints of Dark Orchid #AF32BC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.11%

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

R = 42.37%
G = 12.11%
B = 45.52%

CMYK

 C value IS 0.07

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF32BC (or 0xAF32BC) is known color: Dark Orchid. HEX triplet: AF, 32 and BC. RGB value is (175,50,188). Sum of RGB (Red+Green+Blue) = 175+50+188=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 50 (19.92% from 255 or 12.11% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF32BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF32BC is #50CD43. Grayscale: #666666. Windows color (decimal): -5295428 or 12333743. OLE color: 12333743.

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

Color convert

RGB 175 50 188 -
CMYK 0.07 0.73 0 0.26
HSL 294.35º 0.58% 0.47% -
HSV(B) 294.35º 0.73% 0.74% -
XYZ 27.9 15.03 49.01 -
YUV 103.11 175.91 179.28 -
System Red Green Blue C M Y K H S L
Decimal 175 50 188 0.07 0.73 0 0.26 294.35 0.58 0.47
Hex AF 32 BC 7 49 0 1A 126 3A 2F
Octal 257 62 274 7 111 0 32 446 72 57
Binary 10101111 110010 10111100 111 1001001 0 11010 100100110 111010 101111

Color Harmonies of #AF32BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF32BC

Black with #AF32BC

Text Example


Text Example

White with #AF32BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF32BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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