Html Css Color HEX #AF1EBA Dark Orchid

📋 copy color: '#AF1EBA'

red 175 ◦ green 30 ◦ blue 186

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

Shades of Dark Orchid #AF1EBA

Tints of Dark Orchid #AF1EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.57%

R = 44.76%
G = 7.67%
B = 47.57%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF1EBA (or 0xAF1EBA) is known color: Dark Orchid. HEX triplet: AF, 1E and BA. RGB value is (175,30,186). Sum of RGB (Red+Green+Blue) = 175+30+186=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 30 (12.11% from 255 or 7.67% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF1EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1EBA is #50E145. Grayscale: #5A5A5A. Windows color (decimal): -5300550 or 12197551. OLE color: 12197551.

HSL color Cylindrical-coordinate representation of color #AF1EBA: hue angle of 295.77º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF1EBA is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 30 186 -
CMYK 0.06 0.84 0 0.27
HSL 295.77º 0.72% 0.42% -
HSV(B) 295.77º 0.84% 0.73% -
XYZ 27.01 13.59 47.65 -
YUV 91.14 181.54 187.82 -
System Red Green Blue C M Y K H S L
Decimal 175 30 186 0.06 0.84 0 0.27 295.77 0.72 0.42
Hex AF 1E BA 6 54 0 1B 128 48 2A
Octal 257 36 272 6 124 0 33 450 110 52
Binary 10101111 11110 10111010 110 1010100 0 11011 100101000 1001000 101010

Color Harmonies of #AF1EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1EBA

Black with #AF1EBA

Text Example


Text Example

White with #AF1EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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