Html Css Color HEX #A034CF Dark Orchid

📋 copy color: '#A034CF'

red 160 ◦ green 52 ◦ blue 207

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

Shades of Dark Orchid #A034CF

Tints of Dark Orchid #A034CF

RGB

 RED value IS 160 (62.89% from 255) = 38.19%

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

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

R = 38.19%
G = 12.41%
B = 49.4%

CMYK

 C value IS 0.23

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A034CF (or 0xA034CF) is known color: Dark Orchid. HEX triplet: A0, 34 and CF. RGB value is (160,52,207). Sum of RGB (Red+Green+Blue) = 160+52+207=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 52 (20.70% from 255 or 12.41% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #A034CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A034CF is #5FCB30. Grayscale: #656565. Windows color (decimal): -6277937 or 13579424. OLE color: 13579424.

HSL color Cylindrical-coordinate representation of color #A034CF: hue angle of 281.81º 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 #A034CF is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 52 207 -
CMYK 0.23 0.75 0 0.19
HSL 281.81º 0.62% 0.51% -
HSV(B) 281.81º 0.75% 0.81% -
XYZ 26.99 14.43 60.4 -
YUV 101.96 187.28 169.4 -
System Red Green Blue C M Y K H S L
Decimal 160 52 207 0.23 0.75 0 0.19 281.81 0.62 0.51
Hex A0 34 CF 17 4B 0 13 11A 3E 33
Octal 240 64 317 27 113 0 23 432 76 63
Binary 10100000 110100 11001111 10111 1001011 0 10011 100011010 111110 110011

Color Harmonies of #A034CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A034CF

Black with #A034CF

Text Example


Text Example

White with #A034CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A034CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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