Html Css Color HEX #AF27CC Dark Orchid

📋 copy color: '#AF27CC'

red 175 ◦ green 39 ◦ blue 204

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

Shades of Dark Orchid #AF27CC

Tints of Dark Orchid #AF27CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.8%

R = 41.87%
G = 9.33%
B = 48.8%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF27CC (or 0xAF27CC) is known color: Dark Orchid. HEX triplet: AF, 27 and CC. RGB value is (175,39,204). Sum of RGB (Red+Green+Blue) = 175+39+204=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 39 (15.62% from 255 or 9.33% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF27CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF27CC is #50D833. Grayscale: #616161. Windows color (decimal): -5298228 or 13379503. OLE color: 13379503.

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

Color convert

RGB 175 39 204 -
CMYK 0.14 0.81 0 0.2
HSL 289.45º 0.68% 0.48% -
HSV(B) 289.45º 0.81% 0.8% -
XYZ 29.3 14.92 58.46 -
YUV 98.47 187.56 182.58 -
System Red Green Blue C M Y K H S L
Decimal 175 39 204 0.14 0.81 0 0.2 289.45 0.68 0.48
Hex AF 27 CC E 51 0 14 121 44 30
Octal 257 47 314 16 121 0 24 441 104 60
Binary 10101111 100111 11001100 1110 1010001 0 10100 100100001 1000100 110000

Color Harmonies of #AF27CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF27CC

Black with #AF27CC

Text Example


Text Example

White with #AF27CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF27CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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