Html Css Color HEX #AF27CF Dark Orchid

📋 copy color: '#AF27CF'

red 175 ◦ green 39 ◦ blue 207

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

Shades of Dark Orchid #AF27CF

Tints of Dark Orchid #AF27CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.17%

R = 41.57%
G = 9.26%
B = 49.17%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF27CF (or 0xAF27CF) is known color: Dark Orchid. HEX triplet: AF, 27 and CF. RGB value is (175,39,207). Sum of RGB (Red+Green+Blue) = 175+39+207=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 39 (15.62% from 255 or 9.26% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF27CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF27CF is #50D830. Grayscale: #626262. Windows color (decimal): -5298225 or 13576111. OLE color: 13576111.

HSL color Cylindrical-coordinate representation of color #AF27CF: hue angle of 288.57º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF27CF is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 39 207 -
CMYK 0.15 0.81 0 0.19
HSL 288.57º 0.68% 0.48% -
HSV(B) 288.57º 0.81% 0.81% -
XYZ 29.67 15.07 60.38 -
YUV 98.82 189.06 182.34 -
System Red Green Blue C M Y K H S L
Decimal 175 39 207 0.15 0.81 0 0.19 288.57 0.68 0.48
Hex AF 27 CF F 51 0 13 121 44 30
Octal 257 47 317 17 121 0 23 441 104 60
Binary 10101111 100111 11001111 1111 1010001 0 10011 100100001 1000100 110000

Color Harmonies of #AF27CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF27CF

Black with #AF27CF

Text Example


Text Example

White with #AF27CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF27CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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