Html Css Color HEX #AF2AD5 Dark Orchid

📋 copy color: '#AF2AD5'

red 175 ◦ green 42 ◦ blue 213

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

Shades of Dark Orchid #AF2AD5

Tints of Dark Orchid #AF2AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 49.53%

R = 40.7%
G = 9.77%
B = 49.53%

CMYK

 C value IS 0.18

 M value IS 0.80

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF2AD5 (or 0xAF2AD5) is known color: Dark Orchid. HEX triplet: AF, 2A and D5. RGB value is (175,42,213). Sum of RGB (Red+Green+Blue) = 175+42+213=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 42 (16.80% from 255 or 9.77% from 430); Blue value is 213 (83.59% from 255 or 49.53% from 430); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF2AD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2AD5 is #50D52A. Grayscale: #646464. Windows color (decimal): -5297451 or 13970095. OLE color: 13970095.

HSL color Cylindrical-coordinate representation of color #AF2AD5: hue angle of 286.67º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF2AD5 is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 42 213 -
CMYK 0.18 0.80 0 0.16
HSL 286.67º 0.67% 0.5% -
HSV(B) 286.67º 0.8% 0.84% -
XYZ 30.52 15.57 64.35 -
YUV 101.26 191.06 180.6 -
System Red Green Blue C M Y K H S L
Decimal 175 42 213 0.18 0.80 0 0.16 286.67 0.67 0.5
Hex AF 2A D5 12 50 0 10 11F 43 32
Octal 257 52 325 22 120 0 20 437 103 62
Binary 10101111 101010 11010101 10010 1010000 0 10000 100011111 1000011 110010

Color Harmonies of #AF2AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2AD5

Black with #AF2AD5

Text Example


Text Example

White with #AF2AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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