Html Css Color HEX #AF1FBA Dark Orchid

📋 copy color: '#AF1FBA'

red 175 ◦ green 31 ◦ blue 186

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

Shades of Dark Orchid #AF1FBA

Tints of Dark Orchid #AF1FBA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.91%

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

R = 44.64%
G = 7.91%
B = 47.45%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF1FBA (or 0xAF1FBA) is known color: Dark Orchid. HEX triplet: AF, 1F and BA. RGB value is (175,31,186). Sum of RGB (Red+Green+Blue) = 175+31+186=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 31 (12.5% from 255 or 7.91% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF1FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1FBA is #50E045. Grayscale: #5B5B5B. Windows color (decimal): -5300294 or 12197807. OLE color: 12197807.

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

Color convert

RGB 175 31 186 -
CMYK 0.06 0.83 0 0.27
HSL 295.74º 0.71% 0.43% -
HSV(B) 295.74º 0.83% 0.73% -
XYZ 27.03 13.64 47.66 -
YUV 91.73 181.21 187.4 -
System Red Green Blue C M Y K H S L
Decimal 175 31 186 0.06 0.83 0 0.27 295.74 0.71 0.43
Hex AF 1F BA 6 53 0 1B 128 47 2B
Octal 257 37 272 6 123 0 33 450 107 53
Binary 10101111 11111 10111010 110 1010011 0 11011 100101000 1000111 101011

Color Harmonies of #AF1FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1FBA

Black with #AF1FBA

Text Example


Text Example

White with #AF1FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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