Html Css Color HEX #AF28BB Dark Orchid

📋 copy color: '#AF28BB'

red 175 ◦ green 40 ◦ blue 187

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

Shades of Dark Orchid #AF28BB

Tints of Dark Orchid #AF28BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.52%

R = 43.53%
G = 9.95%
B = 46.52%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF28BB (or 0xAF28BB) is known color: Dark Orchid. HEX triplet: AF, 28 and BB. RGB value is (175,40,187). Sum of RGB (Red+Green+Blue) = 175+40+187=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 40 (16.02% from 255 or 9.95% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF28BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF28BB is #50D744. Grayscale: #606060. Windows color (decimal): -5297989 or 12265647. OLE color: 12265647.

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

Color convert

RGB 175 40 187 -
CMYK 0.06 0.79 0 0.27
HSL 295.1º 0.65% 0.45% -
HSV(B) 295.1º 0.79% 0.73% -
XYZ 27.41 14.22 48.31 -
YUV 97.12 178.73 183.55 -
System Red Green Blue C M Y K H S L
Decimal 175 40 187 0.06 0.79 0 0.27 295.1 0.65 0.45
Hex AF 28 BB 6 4F 0 1B 127 41 2D
Octal 257 50 273 6 117 0 33 447 101 55
Binary 10101111 101000 10111011 110 1001111 0 11011 100100111 1000001 101101

Color Harmonies of #AF28BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF28BB

Black with #AF28BB

Text Example


Text Example

White with #AF28BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF28BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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