Html Css Color HEX #A34ADF Dark Orchid

📋 copy color: '#A34ADF'

red 163 ◦ green 74 ◦ blue 223

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

Shades of Dark Orchid #A34ADF

Tints of Dark Orchid #A34ADF

RGB

 RED value IS 163 (64.06% from 255) = 35.43%

 GREEN value IS 74 (29.3% from 255) = 16.09%

 BLUE value IS 223 (87.5% from 255) = 48.48%

R = 35.43%
G = 16.09%
B = 48.48%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A34ADF (or 0xA34ADF) is known color: Dark Orchid. HEX triplet: A3, 4A and DF. RGB value is (163,74,223). Sum of RGB (Red+Green+Blue) = 163+74+223=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 74 (29.30% from 255 or 16.09% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #A34ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34ADF is #5CB520. Grayscale: #757575. Windows color (decimal): -6075681 or 14633635. OLE color: 14633635.

HSL color Cylindrical-coordinate representation of color #A34ADF: hue angle of 275.84º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A34ADF is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 74 223 -
CMYK 0.27 0.67 0 0.13
HSL 275.84º 0.7% 0.58% -
HSV(B) 275.84º 0.67% 0.87% -
XYZ 30.87 18.01 71.66 -
YUV 117.6 187.49 160.38 -
System Red Green Blue C M Y K H S L
Decimal 163 74 223 0.27 0.67 0 0.13 275.84 0.7 0.58
Hex A3 4A DF 1B 43 0 D 114 46 3A
Octal 243 112 337 33 103 0 15 424 106 72
Binary 10100011 1001010 11011111 11011 1000011 0 1101 100010100 1000110 111010

Color Harmonies of #A34ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34ADF

Black with #A34ADF

Text Example


Text Example

White with #A34ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34ADF; }

 p { color: rgb(163,74,223); }

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

background-color css

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

 a { background-color: rgb(163,74,223); }

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

border-color css

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

 span { border-color: rgb(163,74,223); }

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