Html Css Color HEX #AF27BE Dark Orchid

📋 copy color: '#AF27BE'

red 175 ◦ green 39 ◦ blue 190

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

Shades of Dark Orchid #AF27BE

Tints of Dark Orchid #AF27BE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.65%

 BLUE value IS 190 (74.61% from 255) = 47.03%

R = 43.32%
G = 9.65%
B = 47.03%

CMYK

 C value IS 0.08

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF27BE (or 0xAF27BE) is known color: Dark Orchid. HEX triplet: AF, 27 and BE. RGB value is (175,39,190). Sum of RGB (Red+Green+Blue) = 175+39+190=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 39 (15.62% from 255 or 9.65% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF27BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF27BE is #50D841. Grayscale: #606060. Windows color (decimal): -5298242 or 12461999. OLE color: 12461999.

HSL color Cylindrical-coordinate representation of color #AF27BE: hue angle of 294.04º 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 #AF27BE is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 39 190 -
CMYK 0.08 0.79 0 0.25
HSL 294.04º 0.66% 0.45% -
HSV(B) 294.04º 0.79% 0.75% -
XYZ 27.7 14.28 50.01 -
YUV 96.88 180.56 183.72 -
System Red Green Blue C M Y K H S L
Decimal 175 39 190 0.08 0.79 0 0.25 294.04 0.66 0.45
Hex AF 27 BE 8 4F 0 19 126 42 2D
Octal 257 47 276 10 117 0 31 446 102 55
Binary 10101111 100111 10111110 1000 1001111 0 11001 100100110 1000010 101101

Color Harmonies of #AF27BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF27BE

Black with #AF27BE

Text Example


Text Example

White with #AF27BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF27BE; }

 p { color: rgb(175,39,190); }

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

background-color css

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

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

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

border-color css

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

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

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