Html Css Color HEX #AF27DF Dark Orchid

📋 copy color: '#AF27DF'

red 175 ◦ green 39 ◦ blue 223

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

Shades of Dark Orchid #AF27DF

Tints of Dark Orchid #AF27DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.03%

R = 40.05%
G = 8.92%
B = 51.03%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF27DF (or 0xAF27DF) is known color: Dark Orchid. HEX triplet: AF, 27 and DF. RGB value is (175,39,223). Sum of RGB (Red+Green+Blue) = 175+39+223=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 39 (15.62% from 255 or 8.92% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF27DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF27DF is #50D820. Grayscale: #646464. Windows color (decimal): -5298209 or 14624687. OLE color: 14624687.

HSL color Cylindrical-coordinate representation of color #AF27DF: hue angle of 284.35º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF27DF is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 39 223 -
CMYK 0.22 0.83 0 0.13
HSL 284.35º 0.74% 0.51% -
HSV(B) 284.35º 0.83% 0.87% -
XYZ 31.72 15.89 71.21 -
YUV 100.64 197.06 181.04 -
System Red Green Blue C M Y K H S L
Decimal 175 39 223 0.22 0.83 0 0.13 284.35 0.74 0.51
Hex AF 27 DF 16 53 0 D 11C 4A 33
Octal 257 47 337 26 123 0 15 434 112 63
Binary 10101111 100111 11011111 10110 1010011 0 1101 100011100 1001010 110011

Color Harmonies of #AF27DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF27DF

Black with #AF27DF

Text Example


Text Example

White with #AF27DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF27DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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