Html Css Color HEX #A81BE4 Dark Orchid

📋 copy color: '#A81BE4'

red 168 ◦ green 27 ◦ blue 228

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

Shades of Dark Orchid #A81BE4

Tints of Dark Orchid #A81BE4

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.38%

 BLUE value IS 228 (89.45% from 255) = 53.9%

R = 39.72%
G = 6.38%
B = 53.9%

CMYK

 C value IS 0.26

 M value IS 0.88

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A81BE4 (or 0xA81BE4) is known color: Dark Orchid. HEX triplet: A8, 1B and E4. RGB value is (168,27,228). Sum of RGB (Red+Green+Blue) = 168+27+228=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 27 (10.94% from 255 or 6.38% from 423); Blue value is 228 (89.45% from 255 or 53.90% from 423); Max value from RGB is 228 - color contains mainly: blue. Hex color #A81BE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81BE4 is #57E41B. Grayscale: #5B5B5B. Windows color (decimal): -5760028 or 14949288. OLE color: 14949288.

HSL color Cylindrical-coordinate representation of color #A81BE4: hue angle of 282.09º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A81BE4 is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 168 27 228 -
CMYK 0.26 0.88 0 0.11
HSL 282.09º 0.79% 0.5% -
HSV(B) 282.09º 0.88% 0.89% -
XYZ 30.54 14.71 74.63 -
YUV 92.07 204.71 182.16 -
System Red Green Blue C M Y K H S L
Decimal 168 27 228 0.26 0.88 0 0.11 282.09 0.79 0.5
Hex A8 1B E4 1A 58 0 B 11A 4F 32
Octal 250 33 344 32 130 0 13 432 117 62
Binary 10101000 11011 11100100 11010 1011000 0 1011 100011010 1001111 110010

Color Harmonies of #A81BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81BE4

Black with #A81BE4

Text Example


Text Example

White with #A81BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81BE4; }

 p { color: rgb(168,27,228); }

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

background-color css

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

 a { background-color: rgb(168,27,228); }

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

border-color css

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

 span { border-color: rgb(168,27,228); }

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