Html Css Color HEX #A81FC4 Dark Orchid

📋 copy color: '#A81FC4'

red 168 ◦ green 31 ◦ blue 196

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

Shades of Dark Orchid #A81FC4

Tints of Dark Orchid #A81FC4

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.85%

 BLUE value IS 196 (76.95% from 255) = 49.62%

R = 42.53%
G = 7.85%
B = 49.62%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A81FC4 (or 0xA81FC4) is known color: Dark Orchid. HEX triplet: A8, 1F and C4. RGB value is (168,31,196). Sum of RGB (Red+Green+Blue) = 168+31+196=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 31 (12.5% from 255 or 7.85% from 395); Blue value is 196 (76.95% from 255 or 49.62% from 395); Max value from RGB is 196 - color contains mainly: blue. Hex color #A81FC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81FC4 is #57E03B. Grayscale: #5A5A5A. Windows color (decimal): -5759036 or 12853160. OLE color: 12853160.

HSL color Cylindrical-coordinate representation of color #A81FC4: hue angle of 289.82º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A81FC4 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 168 31 196 -
CMYK 0.14 0.84 0 0.23
HSL 289.82º 0.73% 0.45% -
HSV(B) 289.82º 0.84% 0.77% -
XYZ 26.6 13.29 53.39 -
YUV 90.77 187.39 183.08 -
System Red Green Blue C M Y K H S L
Decimal 168 31 196 0.14 0.84 0 0.23 289.82 0.73 0.45
Hex A8 1F C4 E 54 0 17 122 49 2D
Octal 250 37 304 16 124 0 27 442 111 55
Binary 10101000 11111 11000100 1110 1010100 0 10111 100100010 1001001 101101

Color Harmonies of #A81FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81FC4

Black with #A81FC4

Text Example


Text Example

White with #A81FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81FC4; }

 p { color: rgb(168,31,196); }

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

background-color css

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

 a { background-color: rgb(168,31,196); }

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

border-color css

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

 span { border-color: rgb(168,31,196); }

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