Html Css Color HEX #AF28C0 Dark Orchid

📋 copy color: '#AF28C0'

red 175 ◦ green 40 ◦ blue 192

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

Shades of Dark Orchid #AF28C0

Tints of Dark Orchid #AF28C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.17%

R = 43%
G = 9.83%
B = 47.17%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF28C0 (or 0xAF28C0) is known color: Dark Orchid. HEX triplet: AF, 28 and C0. RGB value is (175,40,192). Sum of RGB (Red+Green+Blue) = 175+40+192=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 40 (16.02% from 255 or 9.83% from 407); Blue value is 192 (75.39% from 255 or 47.17% from 407); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF28C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF28C0 is #50D73F. Grayscale: #616161. Windows color (decimal): -5297984 or 12593327. OLE color: 12593327.

HSL color Cylindrical-coordinate representation of color #AF28C0: hue angle of 293.29º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF28C0 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 40 192 -
CMYK 0.09 0.79 0 0.25
HSL 293.29º 0.66% 0.45% -
HSV(B) 293.29º 0.79% 0.75% -
XYZ 27.95 14.44 51.18 -
YUV 97.69 181.23 183.14 -
System Red Green Blue C M Y K H S L
Decimal 175 40 192 0.09 0.79 0 0.25 293.29 0.66 0.45
Hex AF 28 C0 9 4F 0 19 125 42 2D
Octal 257 50 300 11 117 0 31 445 102 55
Binary 10101111 101000 11000000 1001 1001111 0 11001 100100101 1000010 101101

Color Harmonies of #AF28C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF28C0

Black with #AF28C0

Text Example


Text Example

White with #AF28C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF28C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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