Html Css Color HEX #A14BDA Dark Orchid

📋 copy color: '#A14BDA'

red 161 ◦ green 75 ◦ blue 218

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

Shades of Dark Orchid #A14BDA

Tints of Dark Orchid #A14BDA

RGB

 RED value IS 161 (63.28% from 255) = 35.46%

 GREEN value IS 75 (29.69% from 255) = 16.52%

 BLUE value IS 218 (85.55% from 255) = 48.02%

R = 35.46%
G = 16.52%
B = 48.02%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A14BDA (or 0xA14BDA) is known color: Dark Orchid. HEX triplet: A1, 4B and DA. RGB value is (161,75,218). Sum of RGB (Red+Green+Blue) = 161+75+218=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 75 (29.69% from 255 or 16.52% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #A14BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A14BDA is #5EB425. Grayscale: #747474. Windows color (decimal): -6206502 or 14306209. OLE color: 14306209.

HSL color Cylindrical-coordinate representation of color #A14BDA: hue angle of 276.08º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A14BDA is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 75 218 -
CMYK 0.26 0.66 0 0.15
HSL 276.08º 0.66% 0.57% -
HSV(B) 276.08º 0.66% 0.85% -
XYZ 29.87 17.67 68.17 -
YUV 117.02 184.99 159.37 -
System Red Green Blue C M Y K H S L
Decimal 161 75 218 0.26 0.66 0 0.15 276.08 0.66 0.57
Hex A1 4B DA 1A 42 0 F 114 42 39
Octal 241 113 332 32 102 0 17 424 102 71
Binary 10100001 1001011 11011010 11010 1000010 0 1111 100010100 1000010 111001

Color Harmonies of #A14BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14BDA

Black with #A14BDA

Text Example


Text Example

White with #A14BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14BDA; }

 p { color: rgb(161,75,218); }

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

background-color css

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

 a { background-color: rgb(161,75,218); }

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

border-color css

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

 span { border-color: rgb(161,75,218); }

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