Html Css Color HEX #AF27BF Dark Orchid

📋 copy color: '#AF27BF'

red 175 ◦ green 39 ◦ blue 191

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

Shades of Dark Orchid #AF27BF

Tints of Dark Orchid #AF27BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.16%

R = 43.21%
G = 9.63%
B = 47.16%

CMYK

 C value IS 0.08

 M value IS 0.80

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF27BF (or 0xAF27BF) is known color: Dark Orchid. HEX triplet: AF, 27 and BF. RGB value is (175,39,191). Sum of RGB (Red+Green+Blue) = 175+39+191=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 39 (15.62% from 255 or 9.63% from 405); Blue value is 191 (75% from 255 or 47.16% from 405); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF27BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF27BF is #50D840. Grayscale: #606060. Windows color (decimal): -5298241 or 12527535. OLE color: 12527535.

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

Color convert

RGB 175 39 191 -
CMYK 0.08 0.80 0 0.25
HSL 293.68º 0.66% 0.45% -
HSV(B) 293.68º 0.8% 0.75% -
XYZ 27.81 14.33 50.59 -
YUV 96.99 181.06 183.64 -
System Red Green Blue C M Y K H S L
Decimal 175 39 191 0.08 0.80 0 0.25 293.68 0.66 0.45
Hex AF 27 BF 8 50 0 19 126 42 2D
Octal 257 47 277 10 120 0 31 446 102 55
Binary 10101111 100111 10111111 1000 1010000 0 11001 100100110 1000010 101101

Color Harmonies of #AF27BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF27BF

Black with #AF27BF

Text Example


Text Example

White with #AF27BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF27BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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