Html Css Color HEX #AF28EA Dark Orchid

📋 copy color: '#AF28EA'

red 175 ◦ green 40 ◦ blue 234

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

Shades of Dark Orchid #AF28EA

Tints of Dark Orchid #AF28EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.12%

R = 38.98%
G = 8.91%
B = 52.12%

CMYK

 C value IS 0.25

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF28EA (or 0xAF28EA) is known color: Dark Orchid. HEX triplet: AF, 28 and EA. RGB value is (175,40,234). Sum of RGB (Red+Green+Blue) = 175+40+234=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 40 (16.02% from 255 or 8.91% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF28EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF28EA is #50D715. Grayscale: #656565. Windows color (decimal): -5297942 or 15345839. OLE color: 15345839.

HSL color Cylindrical-coordinate representation of color #AF28EA: hue angle of 281.75º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF28EA is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 40 234 -
CMYK 0.25 0.83 0 0.08
HSL 281.75º 0.82% 0.54% -
HSV(B) 281.75º 0.83% 0.92% -
XYZ 33.29 16.57 79.29 -
YUV 102.48 202.23 179.73 -
System Red Green Blue C M Y K H S L
Decimal 175 40 234 0.25 0.83 0 0.08 281.75 0.82 0.54
Hex AF 28 EA 19 53 0 8 11A 52 36
Octal 257 50 352 31 123 0 10 432 122 66
Binary 10101111 101000 11101010 11001 1010011 0 1000 100011010 1010010 110110

Color Harmonies of #AF28EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF28EA

Black with #AF28EA

Text Example


Text Example

White with #AF28EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF28EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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