Html Css Color HEX #AF2DAF Dark Orchid

📋 copy color: '#AF2DAF'

red 175 ◦ green 45 ◦ blue 175

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

Shades of Dark Orchid #AF2DAF

Tints of Dark Orchid #AF2DAF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.39%

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

R = 44.3%
G = 11.39%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF2DAF (or 0xAF2DAF) is known color: Dark Orchid. HEX triplet: AF, 2D and AF. RGB value is (175,45,175). Sum of RGB (Red+Green+Blue) = 175+45+175=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 45 (17.97% from 255 or 11.39% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF2DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2DAF is #50D250. Grayscale: #626262. Windows color (decimal): -5296721 or 11480495. OLE color: 11480495.

HSL color Cylindrical-coordinate representation of color #AF2DAF: hue angle of 300º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF2DAF is Cyan = 0, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 45 175 -
CMYK 0 0.74 0 0.31
HSL 300º 0.59% 0.43% -
HSV(B) 300º 0.74% 0.69% -
XYZ 26.36 14.09 41.89 -
YUV 98.69 171.07 182.43 -
System Red Green Blue C M Y K H S L
Decimal 175 45 175 0 0.74 0 0.31 300 0.59 0.43
Hex AF 2D AF 0 4A 0 1F 12C 3B 2B
Octal 257 55 257 0 112 0 37 454 73 53
Binary 10101111 101101 10101111 0 1001010 0 11111 100101100 111011 101011

Color Harmonies of #AF2DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2DAF

Black with #AF2DAF

Text Example


Text Example

White with #AF2DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2DAF; }

 p { color: rgb(175,45,175); }

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

background-color css

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

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

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

border-color css

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

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

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