Html Css Color HEX #AF2DDD Dark Orchid

📋 copy color: '#AF2DDD'

red 175 ◦ green 45 ◦ blue 221

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

Shades of Dark Orchid #AF2DDD

Tints of Dark Orchid #AF2DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.11%

R = 39.68%
G = 10.2%
B = 50.11%

CMYK

 C value IS 0.21

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF2DDD (or 0xAF2DDD) is known color: Dark Orchid. HEX triplet: AF, 2D and DD. RGB value is (175,45,221). Sum of RGB (Red+Green+Blue) = 175+45+221=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 45 (17.97% from 255 or 10.20% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF2DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2DDD is #50D222. Grayscale: #676767. Windows color (decimal): -5296675 or 14495151. OLE color: 14495151.

HSL color Cylindrical-coordinate representation of color #AF2DDD: hue angle of 284.32º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF2DDD is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 45 221 -
CMYK 0.21 0.80 0 0.13
HSL 284.32º 0.72% 0.52% -
HSV(B) 284.32º 0.8% 0.87% -
XYZ 31.67 16.21 69.87 -
YUV 103.93 194.07 178.69 -
System Red Green Blue C M Y K H S L
Decimal 175 45 221 0.21 0.80 0 0.13 284.32 0.72 0.52
Hex AF 2D DD 15 50 0 D 11C 48 34
Octal 257 55 335 25 120 0 15 434 110 64
Binary 10101111 101101 11011101 10101 1010000 0 1101 100011100 1001000 110100

Color Harmonies of #AF2DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2DDD

Black with #AF2DDD

Text Example


Text Example

White with #AF2DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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