Html Css Color HEX #AF2BBA Dark Orchid

📋 copy color: '#AF2BBA'

red 175 ◦ green 43 ◦ blue 186

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

Shades of Dark Orchid #AF2BBA

Tints of Dark Orchid #AF2BBA

RGB

 RED value IS 175 (68.75% from 255) = 43.32%

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

 BLUE value IS 186 (73.05% from 255) = 46.04%

R = 43.32%
G = 10.64%
B = 46.04%

CMYK

 C value IS 0.06

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF2BBA (or 0xAF2BBA) is known color: Dark Orchid. HEX triplet: AF, 2B and BA. RGB value is (175,43,186). Sum of RGB (Red+Green+Blue) = 175+43+186=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 43 (17.19% from 255 or 10.64% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF2BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2BBA is #50D445. Grayscale: #626262. Windows color (decimal): -5297222 or 12200879. OLE color: 12200879.

HSL color Cylindrical-coordinate representation of color #AF2BBA: hue angle of 295.38º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF2BBA is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 43 186 -
CMYK 0.06 0.77 0 0.27
HSL 295.38º 0.62% 0.45% -
HSV(B) 295.38º 0.77% 0.73% -
XYZ 27.41 14.39 47.79 -
YUV 98.77 177.23 182.37 -
System Red Green Blue C M Y K H S L
Decimal 175 43 186 0.06 0.77 0 0.27 295.38 0.62 0.45
Hex AF 2B BA 6 4D 0 1B 127 3E 2D
Octal 257 53 272 6 115 0 33 447 76 55
Binary 10101111 101011 10111010 110 1001101 0 11011 100100111 111110 101101

Color Harmonies of #AF2BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2BBA

Black with #AF2BBA

Text Example


Text Example

White with #AF2BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2BBA; }

 p { color: rgb(175,43,186); }

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

background-color css

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

 a { background-color: rgb(175,43,186); }

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

border-color css

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

 span { border-color: rgb(175,43,186); }

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