Html Css Color HEX #AF2AE1 Dark Orchid

📋 copy color: '#AF2AE1'

red 175 ◦ green 42 ◦ blue 225

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

Shades of Dark Orchid #AF2AE1

Tints of Dark Orchid #AF2AE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 50.9%

R = 39.59%
G = 9.5%
B = 50.9%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF2AE1 (or 0xAF2AE1) is known color: Dark Orchid. HEX triplet: AF, 2A and E1. RGB value is (175,42,225). Sum of RGB (Red+Green+Blue) = 175+42+225=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 42 (16.80% from 255 or 9.50% from 442); Blue value is 225 (88.28% from 255 or 50.90% from 442); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF2AE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2AE1 is #50D51E. Grayscale: #666666. Windows color (decimal): -5297439 or 14756527. OLE color: 14756527.

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

Color convert

RGB 175 42 225 -
CMYK 0.22 0.81 0 0.12
HSL 283.61º 0.75% 0.52% -
HSV(B) 283.61º 0.81% 0.88% -
XYZ 32.1 16.21 72.67 -
YUV 102.63 197.06 179.62 -
System Red Green Blue C M Y K H S L
Decimal 175 42 225 0.22 0.81 0 0.12 283.61 0.75 0.52
Hex AF 2A E1 16 51 0 C 11C 4B 34
Octal 257 52 341 26 121 0 14 434 113 64
Binary 10101111 101010 11100001 10110 1010001 0 1100 100011100 1001011 110100

Color Harmonies of #AF2AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2AE1

Black with #AF2AE1

Text Example


Text Example

White with #AF2AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2AE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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