Html Css Color HEX #AF28BA Dark Orchid

📋 copy color: '#AF28BA'

red 175 ◦ green 40 ◦ blue 186

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

Shades of Dark Orchid #AF28BA

Tints of Dark Orchid #AF28BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.38%

R = 43.64%
G = 9.98%
B = 46.38%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF28BA (or 0xAF28BA) is known color: Dark Orchid. HEX triplet: AF, 28 and BA. RGB value is (175,40,186). Sum of RGB (Red+Green+Blue) = 175+40+186=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 40 (16.02% from 255 or 9.98% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF28BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF28BA is #50D745. Grayscale: #606060. Windows color (decimal): -5297990 or 12200111. OLE color: 12200111.

HSL color Cylindrical-coordinate representation of color #AF28BA: hue angle of 295.48º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF28BA is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 40 186 -
CMYK 0.06 0.78 0 0.27
HSL 295.48º 0.65% 0.44% -
HSV(B) 295.48º 0.78% 0.73% -
XYZ 27.3 14.18 47.75 -
YUV 97.01 178.23 183.63 -
System Red Green Blue C M Y K H S L
Decimal 175 40 186 0.06 0.78 0 0.27 295.48 0.65 0.44
Hex AF 28 BA 6 4E 0 1B 127 41 2C
Octal 257 50 272 6 116 0 33 447 101 54
Binary 10101111 101000 10111010 110 1001110 0 11011 100100111 1000001 101100

Color Harmonies of #AF28BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF28BA

Black with #AF28BA

Text Example


Text Example

White with #AF28BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF28BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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