Html Css Color HEX #AF2DD5 Dark Orchid

📋 copy color: '#AF2DD5'

red 175 ◦ green 45 ◦ blue 213

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

Shades of Dark Orchid #AF2DD5

Tints of Dark Orchid #AF2DD5

RGB

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

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

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

R = 40.42%
G = 10.39%
B = 49.19%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF2DD5 (or 0xAF2DD5) is known color: Dark Orchid. HEX triplet: AF, 2D and D5. RGB value is (175,45,213). Sum of RGB (Red+Green+Blue) = 175+45+213=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 45 (17.97% from 255 or 10.39% from 433); Blue value is 213 (83.59% from 255 or 49.19% from 433); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF2DD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2DD5 is #50D22A. Grayscale: #666666. Windows color (decimal): -5296683 or 13970863. OLE color: 13970863.

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

Color convert

RGB 175 45 213 -
CMYK 0.18 0.79 0 0.16
HSL 286.43º 0.67% 0.51% -
HSV(B) 286.43º 0.79% 0.84% -
XYZ 30.63 15.79 64.39 -
YUV 103.02 190.07 179.34 -
System Red Green Blue C M Y K H S L
Decimal 175 45 213 0.18 0.79 0 0.16 286.43 0.67 0.51
Hex AF 2D D5 12 4F 0 10 11E 43 33
Octal 257 55 325 22 117 0 20 436 103 63
Binary 10101111 101101 11010101 10010 1001111 0 10000 100011110 1000011 110011

Color Harmonies of #AF2DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2DD5

Black with #AF2DD5

Text Example


Text Example

White with #AF2DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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