Html Css Color HEX #AF28AE Dark Orchid

📋 copy color: '#AF28AE'

red 175 ◦ green 40 ◦ blue 174

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

Shades of Dark Orchid #AF28AE

Tints of Dark Orchid #AF28AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.73%

R = 44.99%
G = 10.28%
B = 44.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF28AE (or 0xAF28AE) is known color: Dark Orchid. HEX triplet: AF, 28 and AE. RGB value is (175,40,174). Sum of RGB (Red+Green+Blue) = 175+40+174=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 40 (16.02% from 255 or 10.28% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF28AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF28AE is #50D751. Grayscale: #5F5F5F. Windows color (decimal): -5298002 or 11413679. OLE color: 11413679.

HSL color Cylindrical-coordinate representation of color #AF28AE: hue angle of 300.44º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF28AE is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 40 174 -
CMYK 0 0.77 0.01 0.31
HSL 300.44º 0.63% 0.42% -
HSV(B) 300.44º 0.77% 0.69% -
XYZ 26.08 13.69 41.31 -
YUV 95.64 172.23 184.6 -
System Red Green Blue C M Y K H S L
Decimal 175 40 174 0 0.77 0.01 0.31 300.44 0.63 0.42
Hex AF 28 AE 0 4D 1 1F 12C 3F 2A
Octal 257 50 256 0 115 1 37 454 77 52
Binary 10101111 101000 10101110 0 1001101 1 11111 100101100 111111 101010

Color Harmonies of #AF28AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF28AE

Black with #AF28AE

Text Example


Text Example

White with #AF28AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF28AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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