Html Css Color HEX #AF27E1 Dark Orchid

📋 copy color: '#AF27E1'

red 175 ◦ green 39 ◦ blue 225

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

Shades of Dark Orchid #AF27E1

Tints of Dark Orchid #AF27E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 51.25%

R = 39.86%
G = 8.88%
B = 51.25%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF27E1 (or 0xAF27E1) is known color: Dark Orchid. HEX triplet: AF, 27 and E1. RGB value is (175,39,225). Sum of RGB (Red+Green+Blue) = 175+39+225=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 39 (15.62% from 255 or 8.88% from 439); Blue value is 225 (88.28% from 255 or 51.25% from 439); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF27E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF27E1 is #50D81E. Grayscale: #646464. Windows color (decimal): -5298207 or 14755759. OLE color: 14755759.

HSL color Cylindrical-coordinate representation of color #AF27E1: hue angle of 283.87º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF27E1 is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 39 225 -
CMYK 0.22 0.83 0 0.12
HSL 283.87º 0.76% 0.52% -
HSV(B) 283.87º 0.83% 0.88% -
XYZ 32 16 72.64 -
YUV 100.87 198.06 180.88 -
System Red Green Blue C M Y K H S L
Decimal 175 39 225 0.22 0.83 0 0.12 283.87 0.76 0.52
Hex AF 27 E1 16 53 0 C 11C 4C 34
Octal 257 47 341 26 123 0 14 434 114 64
Binary 10101111 100111 11100001 10110 1010011 0 1100 100011100 1001100 110100

Color Harmonies of #AF27E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF27E1

Black with #AF27E1

Text Example


Text Example

White with #AF27E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF27E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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