Html Css Color HEX #AF27D5 Dark Orchid

📋 copy color: '#AF27D5'

red 175 ◦ green 39 ◦ blue 213

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

Shades of Dark Orchid #AF27D5

Tints of Dark Orchid #AF27D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 49.88%

R = 40.98%
G = 9.13%
B = 49.88%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF27D5 (or 0xAF27D5) is known color: Dark Orchid. HEX triplet: AF, 27 and D5. RGB value is (175,39,213). Sum of RGB (Red+Green+Blue) = 175+39+213=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 39 (15.62% from 255 or 9.13% from 427); Blue value is 213 (83.59% from 255 or 49.88% from 427); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF27D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF27D5 is #50D82A. Grayscale: #626262. Windows color (decimal): -5298219 or 13969327. OLE color: 13969327.

HSL color Cylindrical-coordinate representation of color #AF27D5: hue angle of 286.9º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF27D5 is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 39 213 -
CMYK 0.18 0.82 0 0.16
HSL 286.9º 0.69% 0.49% -
HSV(B) 286.9º 0.82% 0.84% -
XYZ 30.41 15.37 64.31 -
YUV 99.5 192.06 181.85 -
System Red Green Blue C M Y K H S L
Decimal 175 39 213 0.18 0.82 0 0.16 286.9 0.69 0.49
Hex AF 27 D5 12 52 0 10 11F 45 31
Octal 257 47 325 22 122 0 20 437 105 61
Binary 10101111 100111 11010101 10010 1010010 0 10000 100011111 1000101 110001

Color Harmonies of #AF27D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF27D5

Black with #AF27D5

Text Example


Text Example

White with #AF27D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF27D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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