Html Css Color HEX #AF27DA Dark Orchid

📋 copy color: '#AF27DA'

red 175 ◦ green 39 ◦ blue 218

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

Shades of Dark Orchid #AF27DA

Tints of Dark Orchid #AF27DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.46%

R = 40.51%
G = 9.03%
B = 50.46%

CMYK

 C value IS 0.20

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF27DA (or 0xAF27DA) is known color: Dark Orchid. HEX triplet: AF, 27 and DA. RGB value is (175,39,218). Sum of RGB (Red+Green+Blue) = 175+39+218=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 39 (15.62% from 255 or 9.03% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF27DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF27DA is #50D825. Grayscale: #636363. Windows color (decimal): -5298214 or 14297007. OLE color: 14297007.

HSL color Cylindrical-coordinate representation of color #AF27DA: hue angle of 285.59º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF27DA is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 39 218 -
CMYK 0.20 0.82 0 0.15
HSL 285.59º 0.71% 0.5% -
HSV(B) 285.59º 0.82% 0.85% -
XYZ 31.06 15.63 67.71 -
YUV 100.07 194.56 181.45 -
System Red Green Blue C M Y K H S L
Decimal 175 39 218 0.20 0.82 0 0.15 285.59 0.71 0.5
Hex AF 27 DA 14 52 0 F 11E 47 32
Octal 257 47 332 24 122 0 17 436 107 62
Binary 10101111 100111 11011010 10100 1010010 0 1111 100011110 1000111 110010

Color Harmonies of #AF27DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF27DA

Black with #AF27DA

Text Example


Text Example

White with #AF27DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF27DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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