Html Css Color HEX #A234CD Dark Orchid

📋 copy color: '#A234CD'

red 162 ◦ green 52 ◦ blue 205

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

Shades of Dark Orchid #A234CD

Tints of Dark Orchid #A234CD

RGB

 RED value IS 162 (63.67% from 255) = 38.66%

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

 BLUE value IS 205 (80.47% from 255) = 48.93%

R = 38.66%
G = 12.41%
B = 48.93%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A234CD (or 0xA234CD) is known color: Dark Orchid. HEX triplet: A2, 34 and CD. RGB value is (162,52,205). Sum of RGB (Red+Green+Blue) = 162+52+205=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 52 (20.70% from 255 or 12.41% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #A234CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A234CD is #5DCB32. Grayscale: #656565. Windows color (decimal): -6146867 or 13448354. OLE color: 13448354.

HSL color Cylindrical-coordinate representation of color #A234CD: hue angle of 283.14º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A234CD is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 52 205 -
CMYK 0.21 0.75 0 0.20
HSL 283.14º 0.6% 0.5% -
HSV(B) 283.14º 0.75% 0.8% -
XYZ 27.15 14.55 59.13 -
YUV 102.33 185.94 170.56 -
System Red Green Blue C M Y K H S L
Decimal 162 52 205 0.21 0.75 0 0.20 283.14 0.6 0.5
Hex A2 34 CD 15 4B 0 14 11B 3C 32
Octal 242 64 315 25 113 0 24 433 74 62
Binary 10100010 110100 11001101 10101 1001011 0 10100 100011011 111100 110010

Color Harmonies of #A234CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A234CD

Black with #A234CD

Text Example


Text Example

White with #A234CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A234CD; }

 p { color: rgb(162,52,205); }

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

background-color css

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

 a { background-color: rgb(162,52,205); }

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

border-color css

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

 span { border-color: rgb(162,52,205); }

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