Html Css Color HEX #A92BCB Dark Orchid

📋 copy color: '#A92BCB'

red 169 ◦ green 43 ◦ blue 203

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

Shades of Dark Orchid #A92BCB

Tints of Dark Orchid #A92BCB

RGB

 RED value IS 169 (66.41% from 255) = 40.72%

 GREEN value IS 43 (17.19% from 255) = 10.36%

 BLUE value IS 203 (79.69% from 255) = 48.92%

R = 40.72%
G = 10.36%
B = 48.92%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A92BCB (or 0xA92BCB) is known color: Dark Orchid. HEX triplet: A9, 2B and CB. RGB value is (169,43,203). Sum of RGB (Red+Green+Blue) = 169+43+203=415 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.72% from 415); Green value is 43 (17.19% from 255 or 10.36% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #A92BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92BCB is #56D434. Grayscale: #626262. Windows color (decimal): -5690421 or 13314985. OLE color: 13314985.

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

Color convert

RGB 169 43 203 -
CMYK 0.17 0.79 0 0.20
HSL 287.25º 0.65% 0.48% -
HSV(B) 287.25º 0.79% 0.8% -
XYZ 28.01 14.47 57.82 -
YUV 98.91 186.74 177.99 -
System Red Green Blue C M Y K H S L
Decimal 169 43 203 0.17 0.79 0 0.20 287.25 0.65 0.48
Hex A9 2B CB 11 4F 0 14 11F 41 30
Octal 251 53 313 21 117 0 24 437 101 60
Binary 10101001 101011 11001011 10001 1001111 0 10100 100011111 1000001 110000

Color Harmonies of #A92BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92BCB

Black with #A92BCB

Text Example


Text Example

White with #A92BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92BCB; }

 p { color: rgb(169,43,203); }

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

background-color css

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

 a { background-color: rgb(169,43,203); }

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

border-color css

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

 span { border-color: rgb(169,43,203); }

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