Html Css Color HEX #AF28DD Dark Orchid

📋 copy color: '#AF28DD'

red 175 ◦ green 40 ◦ blue 221

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

Shades of Dark Orchid #AF28DD

Tints of Dark Orchid #AF28DD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.17%

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

R = 40.14%
G = 9.17%
B = 50.69%

CMYK

 C value IS 0.21

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF28DD (or 0xAF28DD) is known color: Dark Orchid. HEX triplet: AF, 28 and DD. RGB value is (175,40,221). Sum of RGB (Red+Green+Blue) = 175+40+221=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 40 (16.02% from 255 or 9.17% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF28DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF28DD is #50D722. Grayscale: #646464. Windows color (decimal): -5297955 or 14493871. OLE color: 14493871.

HSL color Cylindrical-coordinate representation of color #AF28DD: hue angle of 284.75º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF28DD is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 40 221 -
CMYK 0.21 0.82 0 0.13
HSL 284.75º 0.73% 0.51% -
HSV(B) 284.75º 0.82% 0.87% -
XYZ 31.49 15.85 69.81 -
YUV 101 195.73 180.78 -
System Red Green Blue C M Y K H S L
Decimal 175 40 221 0.21 0.82 0 0.13 284.75 0.73 0.51
Hex AF 28 DD 15 52 0 D 11D 49 33
Octal 257 50 335 25 122 0 15 435 111 63
Binary 10101111 101000 11011101 10101 1010010 0 1101 100011101 1001001 110011

Color Harmonies of #AF28DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF28DD

Black with #AF28DD

Text Example


Text Example

White with #AF28DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF28DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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