Html Css Color HEX #AF1EBC Dark Orchid

📋 copy color: '#AF1EBC'

red 175 ◦ green 30 ◦ blue 188

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

Shades of Dark Orchid #AF1EBC

Tints of Dark Orchid #AF1EBC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.63%

 BLUE value IS 188 (73.83% from 255) = 47.84%

R = 44.53%
G = 7.63%
B = 47.84%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF1EBC (or 0xAF1EBC) is known color: Dark Orchid. HEX triplet: AF, 1E and BC. RGB value is (175,30,188). Sum of RGB (Red+Green+Blue) = 175+30+188=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 30 (12.11% from 255 or 7.63% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF1EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1EBC is #50E143. Grayscale: #5A5A5A. Windows color (decimal): -5300548 or 12328623. OLE color: 12328623.

HSL color Cylindrical-coordinate representation of color #AF1EBC: hue angle of 295.06º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF1EBC is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 30 188 -
CMYK 0.07 0.84 0 0.26
HSL 295.06º 0.72% 0.43% -
HSV(B) 295.06º 0.84% 0.74% -
XYZ 27.22 13.67 48.78 -
YUV 91.37 182.54 187.65 -
System Red Green Blue C M Y K H S L
Decimal 175 30 188 0.07 0.84 0 0.26 295.06 0.72 0.43
Hex AF 1E BC 7 54 0 1A 127 48 2B
Octal 257 36 274 7 124 0 32 447 110 53
Binary 10101111 11110 10111100 111 1010100 0 11010 100100111 1001000 101011

Color Harmonies of #AF1EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1EBC

Black with #AF1EBC

Text Example


Text Example

White with #AF1EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1EBC; }

 p { color: rgb(175,30,188); }

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

background-color css

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

 a { background-color: rgb(175,30,188); }

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

border-color css

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

 span { border-color: rgb(175,30,188); }

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