Html Css Color HEX #A526CD Dark Orchid

📋 copy color: '#A526CD'

red 165 ◦ green 38 ◦ blue 205

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

Shades of Dark Orchid #A526CD

Tints of Dark Orchid #A526CD

RGB

 RED value IS 165 (64.84% from 255) = 40.44%

 GREEN value IS 38 (15.23% from 255) = 9.31%

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

R = 40.44%
G = 9.31%
B = 50.25%

CMYK

 C value IS 0.20

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A526CD (or 0xA526CD) is known color: Dark Orchid. HEX triplet: A5, 26 and CD. RGB value is (165,38,205). Sum of RGB (Red+Green+Blue) = 165+38+205=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 38 (15.23% from 255 or 9.31% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #A526CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A526CD is #5AD932. Grayscale: #5E5E5E. Windows color (decimal): -5953843 or 13444773. OLE color: 13444773.

HSL color Cylindrical-coordinate representation of color #A526CD: hue angle of 285.63º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A526CD is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 38 205 -
CMYK 0.20 0.81 0 0.20
HSL 285.63º 0.69% 0.48% -
HSV(B) 285.63º 0.81% 0.8% -
XYZ 27.23 13.79 58.98 -
YUV 95.01 190.08 177.92 -
System Red Green Blue C M Y K H S L
Decimal 165 38 205 0.20 0.81 0 0.20 285.63 0.69 0.48
Hex A5 26 CD 14 51 0 14 11E 45 30
Octal 245 46 315 24 121 0 24 436 105 60
Binary 10100101 100110 11001101 10100 1010001 0 10100 100011110 1000101 110000

Color Harmonies of #A526CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A526CD

Black with #A526CD

Text Example


Text Example

White with #A526CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A526CD; }

 p { color: rgb(165,38,205); }

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

background-color css

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

 a { background-color: rgb(165,38,205); }

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

border-color css

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

 span { border-color: rgb(165,38,205); }

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