Html Css Color HEX #AF27BA Dark Orchid

📋 copy color: '#AF27BA'

red 175 ◦ green 39 ◦ blue 186

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

Shades of Dark Orchid #AF27BA

Tints of Dark Orchid #AF27BA

RGB

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

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

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

R = 43.75%
G = 9.75%
B = 46.5%

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

#AF27BA (or 0xAF27BA) is known color: Dark Orchid. HEX triplet: AF, 27 and BA. RGB value is (175,39,186). Sum of RGB (Red+Green+Blue) = 175+39+186=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 39 (15.62% from 255 or 9.75% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF27BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF27BA is #50D845. Grayscale: #5F5F5F. Windows color (decimal): -5298246 or 12199855. OLE color: 12199855.

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

Color convert

RGB 175 39 186 -
CMYK 0.06 0.79 0 0.27
HSL 295.51º 0.65% 0.44% -
HSV(B) 295.51º 0.79% 0.73% -
XYZ 27.27 14.11 47.74 -
YUV 96.42 178.56 184.05 -
System Red Green Blue C M Y K H S L
Decimal 175 39 186 0.06 0.79 0 0.27 295.51 0.65 0.44
Hex AF 27 BA 6 4F 0 1B 128 41 2C
Octal 257 47 272 6 117 0 33 450 101 54
Binary 10101111 100111 10111010 110 1001111 0 11011 100101000 1000001 101100

Color Harmonies of #AF27BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF27BA

Black with #AF27BA

Text Example


Text Example

White with #AF27BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF27BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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