Html Css Color HEX #AF28AF Dark Orchid

📋 copy color: '#AF28AF'

red 175 ◦ green 40 ◦ blue 175

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

Shades of Dark Orchid #AF28AF

Tints of Dark Orchid #AF28AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.87%

R = 44.87%
G = 10.26%
B = 44.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF28AF (or 0xAF28AF) is known color: Dark Orchid. HEX triplet: AF, 28 and AF. RGB value is (175,40,175). Sum of RGB (Red+Green+Blue) = 175+40+175=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 40 (16.02% from 255 or 10.26% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF28AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF28AF is #50D750. Grayscale: #5F5F5F. Windows color (decimal): -5298001 or 11479215. OLE color: 11479215.

HSL color Cylindrical-coordinate representation of color #AF28AF: hue angle of 300º 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 #AF28AF is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 40 175 -
CMYK 0 0.77 0 0.31
HSL 300º 0.63% 0.42% -
HSV(B) 300º 0.77% 0.69% -
XYZ 26.18 13.73 41.83 -
YUV 95.76 172.73 184.52 -
System Red Green Blue C M Y K H S L
Decimal 175 40 175 0 0.77 0 0.31 300 0.63 0.42
Hex AF 28 AF 0 4D 0 1F 12C 3F 2A
Octal 257 50 257 0 115 0 37 454 77 52
Binary 10101111 101000 10101111 0 1001101 0 11111 100101100 111111 101010

Color Harmonies of #AF28AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF28AF

Black with #AF28AF

Text Example


Text Example

White with #AF28AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF28AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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