Html Css Color HEX #AF28E0 Dark Orchid

📋 copy color: '#AF28E0'

red 175 ◦ green 40 ◦ blue 224

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

Shades of Dark Orchid #AF28E0

Tints of Dark Orchid #AF28E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 51.03%

R = 39.86%
G = 9.11%
B = 51.03%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF28E0 (or 0xAF28E0) is known color: Dark Orchid. HEX triplet: AF, 28 and E0. RGB value is (175,40,224). Sum of RGB (Red+Green+Blue) = 175+40+224=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 40 (16.02% from 255 or 9.11% from 439); Blue value is 224 (87.89% from 255 or 51.03% from 439); Max value from RGB is 224 - color contains mainly: blue. Hex color #AF28E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF28E0 is #50D71F. Grayscale: #646464. Windows color (decimal): -5297952 or 14690479. OLE color: 14690479.

HSL color Cylindrical-coordinate representation of color #AF28E0: hue angle of 284.02º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF28E0 is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 40 224 -
CMYK 0.22 0.82 0 0.12
HSL 284.02º 0.75% 0.52% -
HSV(B) 284.02º 0.82% 0.88% -
XYZ 31.89 16.01 71.93 -
YUV 101.34 197.23 180.54 -
System Red Green Blue C M Y K H S L
Decimal 175 40 224 0.22 0.82 0 0.12 284.02 0.75 0.52
Hex AF 28 E0 16 52 0 C 11C 4B 34
Octal 257 50 340 26 122 0 14 434 113 64
Binary 10101111 101000 11100000 10110 1010010 0 1100 100011100 1001011 110100

Color Harmonies of #AF28E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF28E0

Black with #AF28E0

Text Example


Text Example

White with #AF28E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF28E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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