Html Css Color HEX #AF32DC Dark Orchid

📋 copy color: '#AF32DC'

red 175 ◦ green 50 ◦ blue 220

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

Shades of Dark Orchid #AF32DC

Tints of Dark Orchid #AF32DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.44%

R = 39.33%
G = 11.24%
B = 49.44%

CMYK

 C value IS 0.20

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF32DC (or 0xAF32DC) is known color: Dark Orchid. HEX triplet: AF, 32 and DC. RGB value is (175,50,220). Sum of RGB (Red+Green+Blue) = 175+50+220=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 50 (19.92% from 255 or 11.24% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF32DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF32DC is #50CD23. Grayscale: #6A6A6A. Windows color (decimal): -5295396 or 14430895. OLE color: 14430895.

HSL color Cylindrical-coordinate representation of color #AF32DC: hue angle of 284.12º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF32DC is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 50 220 -
CMYK 0.20 0.77 0 0.14
HSL 284.12º 0.71% 0.53% -
HSV(B) 284.12º 0.77% 0.86% -
XYZ 31.74 16.56 69.23 -
YUV 106.76 191.91 176.68 -
System Red Green Blue C M Y K H S L
Decimal 175 50 220 0.20 0.77 0 0.14 284.12 0.71 0.53
Hex AF 32 DC 14 4D 0 E 11C 47 35
Octal 257 62 334 24 115 0 16 434 107 65
Binary 10101111 110010 11011100 10100 1001101 0 1110 100011100 1000111 110101

Color Harmonies of #AF32DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF32DC

Black with #AF32DC

Text Example


Text Example

White with #AF32DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF32DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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