Html Css Color HEX #A83EB8 Dark Orchid

📋 copy color: '#A83EB8'

red 168 ◦ green 62 ◦ blue 184

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

Shades of Dark Orchid #A83EB8

Tints of Dark Orchid #A83EB8

RGB

 RED value IS 168 (66.02% from 255) = 40.58%

 GREEN value IS 62 (24.61% from 255) = 14.98%

 BLUE value IS 184 (72.27% from 255) = 44.44%

R = 40.58%
G = 14.98%
B = 44.44%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A83EB8 (or 0xA83EB8) is known color: Dark Orchid. HEX triplet: A8, 3E and B8. RGB value is (168,62,184). Sum of RGB (Red+Green+Blue) = 168+62+184=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 62 (24.61% from 255 or 14.98% from 414); Blue value is 184 (72.27% from 255 or 44.44% from 414); Max value from RGB is 184 - color contains mainly: blue. Hex color #A83EB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83EB8 is #57C147. Grayscale: #6B6B6B. Windows color (decimal): -5751112 or 12074664. OLE color: 12074664.

HSL color Cylindrical-coordinate representation of color #A83EB8: hue angle of 292.13º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A83EB8 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 168 62 184 -
CMYK 0.09 0.66 0 0.28
HSL 292.13º 0.5% 0.48% -
HSV(B) 292.13º 0.66% 0.72% -
XYZ 26.52 15.23 46.89 -
YUV 107.6 171.12 171.08 -
System Red Green Blue C M Y K H S L
Decimal 168 62 184 0.09 0.66 0 0.28 292.13 0.5 0.48
Hex A8 3E B8 9 42 0 1C 124 32 30
Octal 250 76 270 11 102 0 34 444 62 60
Binary 10101000 111110 10111000 1001 1000010 0 11100 100100100 110010 110000

Color Harmonies of #A83EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83EB8

Black with #A83EB8

Text Example


Text Example

White with #A83EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83EB8; }

 p { color: rgb(168,62,184); }

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

background-color css

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

 a { background-color: rgb(168,62,184); }

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

border-color css

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

 span { border-color: rgb(168,62,184); }

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