Html Css Color HEX #AF2ADF Dark Orchid

📋 copy color: '#AF2ADF'

red 175 ◦ green 42 ◦ blue 223

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

Shades of Dark Orchid #AF2ADF

Tints of Dark Orchid #AF2ADF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.55%

 BLUE value IS 223 (87.5% from 255) = 50.68%

R = 39.77%
G = 9.55%
B = 50.68%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF2ADF (or 0xAF2ADF) is known color: Dark Orchid. HEX triplet: AF, 2A and DF. RGB value is (175,42,223). Sum of RGB (Red+Green+Blue) = 175+42+223=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 42 (16.80% from 255 or 9.55% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF2ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2ADF is #50D520. Grayscale: #656565. Windows color (decimal): -5297441 or 14625455. OLE color: 14625455.

HSL color Cylindrical-coordinate representation of color #AF2ADF: hue angle of 284.09º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF2ADF is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 42 223 -
CMYK 0.22 0.81 0 0.13
HSL 284.09º 0.74% 0.52% -
HSV(B) 284.09º 0.81% 0.87% -
XYZ 31.83 16.1 71.24 -
YUV 102.4 196.06 179.78 -
System Red Green Blue C M Y K H S L
Decimal 175 42 223 0.22 0.81 0 0.13 284.09 0.74 0.52
Hex AF 2A DF 16 51 0 D 11C 4A 34
Octal 257 52 337 26 121 0 15 434 112 64
Binary 10101111 101010 11011111 10110 1010001 0 1101 100011100 1001010 110100

Color Harmonies of #AF2ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2ADF

Black with #AF2ADF

Text Example


Text Example

White with #AF2ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2ADF; }

 p { color: rgb(175,42,223); }

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

background-color css

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

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

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

border-color css

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

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

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