Html Css Color HEX #AF28D3 Dark Orchid

📋 copy color: '#AF28D3'

red 175 ◦ green 40 ◦ blue 211

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

Shades of Dark Orchid #AF28D3

Tints of Dark Orchid #AF28D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 49.53%

R = 41.08%
G = 9.39%
B = 49.53%

CMYK

 C value IS 0.17

 M value IS 0.81

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AF28D3 (or 0xAF28D3) is known color: Dark Orchid. HEX triplet: AF, 28 and D3. RGB value is (175,40,211). Sum of RGB (Red+Green+Blue) = 175+40+211=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 40 (16.02% from 255 or 9.39% from 426); Blue value is 211 (82.81% from 255 or 49.53% from 426); Max value from RGB is 211 - color contains mainly: blue. Hex color #AF28D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF28D3 is #50D72C. Grayscale: #636363. Windows color (decimal): -5297965 or 13838511. OLE color: 13838511.

HSL color Cylindrical-coordinate representation of color #AF28D3: hue angle of 287.37º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF28D3 is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 40 211 -
CMYK 0.17 0.81 0 0.17
HSL 287.37º 0.68% 0.49% -
HSV(B) 287.37º 0.81% 0.83% -
XYZ 30.2 15.33 63 -
YUV 99.86 190.73 181.6 -
System Red Green Blue C M Y K H S L
Decimal 175 40 211 0.17 0.81 0 0.17 287.37 0.68 0.49
Hex AF 28 D3 11 51 0 11 11F 44 31
Octal 257 50 323 21 121 0 21 437 104 61
Binary 10101111 101000 11010011 10001 1010001 0 10001 100011111 1000100 110001

Color Harmonies of #AF28D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF28D3

Black with #AF28D3

Text Example


Text Example

White with #AF28D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF28D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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