Html Css Color HEX #AF2DDB Dark Orchid

📋 copy color: '#AF2DDB'

red 175 ◦ green 45 ◦ blue 219

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

Shades of Dark Orchid #AF2DDB

Tints of Dark Orchid #AF2DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.89%

R = 39.86%
G = 10.25%
B = 49.89%

CMYK

 C value IS 0.20

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF2DDB (or 0xAF2DDB) is known color: Dark Orchid. HEX triplet: AF, 2D and DB. RGB value is (175,45,219). Sum of RGB (Red+Green+Blue) = 175+45+219=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 45 (17.97% from 255 or 10.25% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF2DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2DDB is #50D224. Grayscale: #676767. Windows color (decimal): -5296677 or 14364079. OLE color: 14364079.

HSL color Cylindrical-coordinate representation of color #AF2DDB: hue angle of 284.83º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF2DDB is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 45 219 -
CMYK 0.20 0.79 0 0.14
HSL 284.83º 0.71% 0.52% -
HSV(B) 284.83º 0.79% 0.86% -
XYZ 31.4 16.11 68.47 -
YUV 103.71 193.07 178.85 -
System Red Green Blue C M Y K H S L
Decimal 175 45 219 0.20 0.79 0 0.14 284.83 0.71 0.52
Hex AF 2D DB 14 4F 0 E 11D 47 34
Octal 257 55 333 24 117 0 16 435 107 64
Binary 10101111 101101 11011011 10100 1001111 0 1110 100011101 1000111 110100

Color Harmonies of #AF2DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2DDB

Black with #AF2DDB

Text Example


Text Example

White with #AF2DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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