Html Css Color HEX #A134CF Dark Orchid

📋 copy color: '#A134CF'

red 161 ◦ green 52 ◦ blue 207

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

Shades of Dark Orchid #A134CF

Tints of Dark Orchid #A134CF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.38%

 BLUE value IS 207 (81.25% from 255) = 49.29%

R = 38.33%
G = 12.38%
B = 49.29%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A134CF (or 0xA134CF) is known color: Dark Orchid. HEX triplet: A1, 34 and CF. RGB value is (161,52,207). Sum of RGB (Red+Green+Blue) = 161+52+207=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 52 (20.70% from 255 or 12.38% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #A134CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A134CF is #5ECB30. Grayscale: #656565. Windows color (decimal): -6212401 or 13579425. OLE color: 13579425.

HSL color Cylindrical-coordinate representation of color #A134CF: hue angle of 282.19º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A134CF is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 52 207 -
CMYK 0.22 0.75 0 0.19
HSL 282.19º 0.62% 0.51% -
HSV(B) 282.19º 0.75% 0.81% -
XYZ 27.19 14.54 60.4 -
YUV 102.26 187.11 169.9 -
System Red Green Blue C M Y K H S L
Decimal 161 52 207 0.22 0.75 0 0.19 282.19 0.62 0.51
Hex A1 34 CF 16 4B 0 13 11A 3E 33
Octal 241 64 317 26 113 0 23 432 76 63
Binary 10100001 110100 11001111 10110 1001011 0 10011 100011010 111110 110011

Color Harmonies of #A134CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A134CF

Black with #A134CF

Text Example


Text Example

White with #A134CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A134CF; }

 p { color: rgb(161,52,207); }

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

background-color css

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

 a { background-color: rgb(161,52,207); }

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

border-color css

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

 span { border-color: rgb(161,52,207); }

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